home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8006 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: pacifica.access.ch!usenet
  2. From: Robert Wellinger <rwellinger@access.ch>
  3. Newsgroups: comp.lang.c++
  4. Subject: LINK Problem with Microsoft C++ 1.52  Help!
  5. Date: Sat, 17 Feb 1996 13:44:32 +0100
  6. Organization: Internet Access AG, Zuerich, Switzerland
  7. Message-ID: <3125CDB0.614B@access.ch>
  8. NNTP-Posting-Host: gatezh1-06.access.ch
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0 (Win95; I)
  13.  
  14. Help! Help! I need help!
  15.  
  16. I'm working with Microsoft Visual C++ 1.52 under Windows 3.11.
  17. When I compile the my project (it isn't small) there is always this 
  18. error:
  19.  
  20. LINK Error L2028"
  21. automatic data segment plus heap exceed 64K
  22.  
  23. Data declared in DGROUP
  24.         The size of the heap specified in the HEAPSIZE statement in the 
  25. module-definition (.DEF) file
  26.         The size of the stack specified in either the /STACK option or 
  27. the STACKSIZE statement in the .DEF file
  28.  
  29. Reduce near-data allocation, heap size, or stack size.
  30.  
  31. But I can't reduce the HEAPSIZE and the STACKSIZE (the project is to 
  32. big) and I need a lot
  33. of global (static) variables.
  34.  
  35. If you can help me send E-MAIL to "rwellinger@access.ch"
  36.  
  37. Kind regards
  38. Robert Wellinger
  39.